From: Dario Faggioli Date: Mon, 2 Apr 2012 16:43:06 +0000 (+0100) Subject: docs: Document vcpu-pinning in guest config file X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=b9316da4b08b1452fb0962ad2d7fb9c867d0c778;p=xen.git docs: Document vcpu-pinning in guest config file Chageset 54000bca7a6a didn't affect xl.cfg.pod.5 properly. Signed-off-by: Dario Faggioli Committed-by: Ian Jackson --- diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index b53887cb32..9c54bc720c 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -105,6 +105,13 @@ Allow the guest to bring up a maximum of M vcpus. At start of day if `vcpus=N` is less than `maxvcpus=M` then the first `N` vcpus will be created online and the remainder will be offline. +=item B + +List of which cpus the guest is allowed to use. Default behavior is +`all cpus`. A list of cpus may be specified as follows: `cpus="0-3,5,^1"` +(all vcpus will run on cpus 0,2,3,5), or `cpus=["2", "3"]` (all vcpus +will run on cpus 2 and 3). + =item B Start the guest with MBYTES megabytes of RAM.